home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / rrect.dpr < prev    next >
Encoding:
Text File  |  2001-10-16  |  367 b   |  25 lines

  1. library RRect;
  2.  
  3.  
  4.  
  5. uses
  6.   ComServ,
  7.   Forms,
  8.   RoundedRect in 'RoundedRect.pas' {RoundedRect: CoClass},
  9.   RRect_TLB in 'RRect_TLB.pas',
  10.   PropPageF in 'PropPageF.pas' {Form1};
  11.  
  12. exports
  13.   DllGetClassObject,
  14.   DllCanUnloadNow,
  15.   DllRegisterServer,
  16.   DllUnregisterServer;
  17.  
  18. {$R *.TLB}
  19.  
  20. {$R *.RES}
  21.  
  22. begin
  23.  //Form1:= TForm1.Create (Application);
  24. end.
  25.